home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <!DOCTYPE window SYSTEM "chrome://aim/locale/SPConnectingOrgOverlay.dtd">
-
- <overlay id="SidebarPanelConnectingOrgOverlay"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <!-- Overlay stuff needed in the Main Window -->
- <script>
- <![CDATA[
- function cmdCancelSignOn()
- {
- aimSessionLogoff();
- }
- ]]>
- </script>
-
- <!-- Overlay the Connecting Panel (Displayed when Connecting) -->
- <box id="ConnectingOrg" flex="1" orient="vertical">
- <!-- Heading for the top of the panel -->
- <box class="aim-logo-box"><image class="aim-logo"/></box>
-
- <box flex="1" orient="vertical" autostretch="never" valign="middle" align="center">
- <text class="label" id="btnSignOnProgress" disabled="false"/>
- <separator/>
- <progressmeter id="spconnectingprogressbar001" mode="normal" value="20" />
- <separator/>
- <box>
- <spring flex="1"/>
- <button value="&cancel.label;" id="btnSignOnCancel" class="push" oncommand="cmdCancelSignOn();"/>
- <spring flex="1"/>
- </box>
- </box>
- </box>
-
- </overlay>
-